home *** CD-ROM | disk | FTP | other *** search
/ NASA Climatology Interdisciplinary Data Collection / NASA Climatology Interdisciplinary Data Collection - Disc 4.iso / software / grads / doc / hoop / sample.ddf < prev    next >
Encoding:
Text File  |  1998-04-23  |  510 b   |  15 lines

  1. * This is the path to the netCDF file:
  2. DSET /Data/moisture.nc
  3. TITLE This is a sample
  4. UNDEF 99999.0
  5. * XDEF X_Dimension_Name X_Count LINEAR First_X_Value X_Step
  6. XDEF dimension1 144 LINEAR 0.0 2.5
  7. * YDEF Y_Dimension_Name Y_Count LINEAR First_Y_Value Y_Step
  8. YDEF dimension2 73 LINEAR 0.0 2.5
  9. * TDEF T_Dimension_Name T_Count LINEAR First_T_Value T_Step
  10. TDEF dimension3 365 LINEAR 0Z01JAN1979 1DY
  11. VARS 1
  12. * netCDF_variable_name=>GrADS_variable_name #levels 99 GrADS_long_name
  13. Moisture=>moisture 1 99 Moisture
  14. ENDVARS
  15.